GXGetGlobalMouse
You can use theGXGetGlobalMouse
function to obtain the current cursor position in QuickDraw GX global coordinates.
void GXGetGlobalMouse(gxPoint *globalPt);
globalPt
- A pointer to a
gxPoint
structure. On return, the structure contains the fixed-point global coordinates of the current cursor position.ERRORS, WARNINGS, AND NOTICES
Errors out_of_memory